home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
program
/
snpd9611.zip
/
CFG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-11-24
|
551b
|
18 lines
/* +++Date last modified: 17-Nov-1995 */
/* =======================================================================
CFG.h Configuration file handler.
A. Reitsma, Delft, The Netherlands.
v1.00 94-07-09 Public Domain.
---------------------------------------------------------------------- */
struct CfgStrings
{
char * name ;
char * data ;
};
int CfgRead( char * Filename, struct CfgStrings * CfgInfo );
/* ==== CFG.h end ===================================================== */